home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
- <background>
- <id>2810</id>
- <filler1>0</filler1>
- <bitmap>BMAP_4895.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <link rel="stylesheet" type="text/css" href="stylesheet_3254.css" />
- <part>
- <id>1</id>
- <type>button</type>
- <visible> <false /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>0</left>
- <top>0</top>
- <right>70</right>
- <bottom>22</bottom>
- </rect>
- <style>roundrect</style>
- <showName> <true /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <true /> </autoHighlight>
- <sharedHighlight> <false /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Courier</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>bsmssys</name>
- <script></script>
- </part>
- <part>
- <id>3</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <false /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <false /> </lockText>
- <rect>
- <left>46</left>
- <top>7</top>
- <right>484</right>
- <bottom>35</bottom>
- </rect>
- <style>rectangle</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <false /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Palatino</font>
- <textSize>24</textSize>
- <textStyle>plain</textStyle>
- <textHeight>32</textHeight>
- <name></name>
- <script></script>
- </part>
- <name></name>
- <script>-- Dock ©1994 Randall E. Ayling
- -- Technical support:
- -- Randy Ayling
- -- 121, rue de Carency
- -- 62400 Béthune
- -- France
- -- Tel: 011-33-21 56 91 04
- -- Fax: 011-33-21 61 22 57
-
- on openBackground
- global bsmskeep
- if bsmskeep is not true then ensureLYSRes
- pass openBackground
- end openBackground
-
- on resumeStack
- global bsmskeep
- if bsmskeep is not true then ensureLYSRes
- pass resumeStack
- end resumeStack
-
- on ensureLYSRes
- if "lysRes" is not in the stacksInUse then
- start using stack "lysRes"
- if the result is not empty then put "-- DOCK hypertext is not available"
- end if
- end ensureLYSRes
-
- on mouseUp
- repeat forever
- visual iris open very slow
- go next card
- repeat with i = 1 to 5
- set cursor to busy
- if the mouse is down then exit to hypercard
- wait 1 second
- end repeat
- end repeat
- end mouseUp
- </script>
- </background>
-